projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb76623
)
Consistently use PKG_CONFIG in macros
author
Anders F Björklund
<afb@users.sourceforge.net>
Tue, 18 Jan 2011 14:55:35 +0000
(09:55 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jan 2011 14:55:35 +0000
(09:55 -0500)
m4macros/gtk-3.0.m4
patch
|
blob
|
history
diff --git
a/m4macros/gtk-3.0.m4
b/m4macros/gtk-3.0.m4
index b24258654ffaa29f6c5f4f879d534f3b0f2055b4..7d00bc1f6c2e625db4ca8df02935cd4c10b1e994 100644
(file)
--- a/
m4macros/gtk-3.0.m4
+++ b/
m4macros/gtk-3.0.m4
@@
-27,7
+27,7
@@
AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
if test x$PKG_CONFIG != xno ; then
- if
pkg-config
--atleast-pkgconfig-version 0.7 ; then
+ if
$PKG_CONFIG
--atleast-pkgconfig-version 0.7 ; then
:
else
echo "*** pkg-config too old; version 0.7 or better required."